home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Applications 2004 April
/
SGI IRIX 6.5 Applications 2004 April.iso
/
dist
/
mozilla.idb
/
var
/
netscape
/
mozilla
/
res
/
samples
/
sliderTest1.xul.z
/
sliderTest1.xul
Wrap
Extensible Markup Language
|
2004-01-06
|
327b
|
15 lines
<?xml version="1.0"?>
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<!DOCTYPE window>
<window style="height: 100%; width: 100%;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<slider orient="vertical" curpos="50">
<thumb flex="100%"/>
</slider>
</window>